Adwaita: Set border-spacing for entries
authorMatthias Clasen <mclasen@redhat.com>
Thu, 22 Oct 2020 18:26:21 +0000 (14:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 22 Oct 2020 18:26:21 +0000 (14:26 -0400)
When our entries contain icons, they should not run
directly into the text, so put some spacing between
the children of entries.

gtk/theme/Adwaita/_common.scss

index 59d57f9259d4e36333c610646094ba821896c3b3..eb257182e0554a23ab1ed37bb260ec41e44826b3 100644 (file)
@@ -283,6 +283,7 @@ entry {
     padding-right: 8px;
     border: 1px solid;
     border-radius: $button_radius;
+    border-spacing: 6px;
     transition: all 200ms $ease-out-quad;
 
     @include entry(normal);